.firstBlock_left {
	width: 556px;
	    height: 358px;
		float: left;
	/* background-color: #0ad677; */
}

.Rotation .swiper-slide img {
	width: 556px;
	    height: 358px;
	display: block;
}

.Rotation .swiper-slide .text {
	position: absolute;
	bottom: 0;
	z-index: 11;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
	/* IE8Ã¦â€Â¯Ã¦Å’Â rgba */
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	display: block;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	padding-left: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.Rotation .swiper-slide .text a {
	color: #fff;
	display: block;
	width: 74%;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.Rotation .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #FF9216;
}

.Rotation .swiper-pagination-clickable .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #ffffff;
	opacity: 1;
	border-radius: 0;
	margin: 0 5px;
}

.Rotation .swiper-pagination {
	text-align: right;
}

.Rotation .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 10px 0 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	padding-right: 10px;
	bottom: 15px !important;
	left: auto;
	right: 0;
	width: 30%;
}

.old_type .firstBlock_left {
	width: 1003px;
	height: 650px;
}

.old_type .Rotation .swiper-slide img {
	width: 100%;
	height: 650px;
}

.old_type .Rotation .swiper-slide .text {
	font-size: 32px;
	height: 70px;
	line-height: 70px;
}

.old_type .Rotation .swiper-pagination-clickable .swiper-pagination-bullet {
	width: 30px;
	height: 30px;
}

.old_type .Rotation .swiper-slide .text a {
	font-size: 30px;
}

/* .mobile_type .firstBlock_left {
    width: 96vw;
    height: 55vw;
}
.mobile_type .Rotation .swiper-slide img {
    width: 96vw;
    height: 55vw;
    display: block;
}
.mobile_type .Rotation .swiper-slide .text{
	height: auto;
	font-size: 4vw;
	line-height: 8vw;
	padding-left: 2vw;
}
.mobile_type .swiper-container-horizontal>.swiper-pagination-bullets,.mobile_type .swiper-pagination-custom,.mobile_type .swiper-pagination-fraction{
	bottom: 2vw;
}
.mobile_type .Rotation .swiper-slide .text a{
	font-size: 4vw;
	width: 60%;
} */